From: Richard M. Stallman Date: Mon, 5 May 1997 01:05:04 +0000 (+0000) Subject: (internal-ange-ftp-mode): Add a mode-class property. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81421 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bcfe983bc3775bd49ad03c9bc63f7bc78d690ca7;p=emacs.git (internal-ange-ftp-mode): Add a mode-class property. --- diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 3586dc4a35c..74c080ba98c 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -1847,6 +1847,8 @@ on the gateway machine to do the ftp instead." (accept-process-output proc) ;wait for ftp startup message proc)) +(put 'internal-ange-ftp-mode 'mode-class 'special) + (defun internal-ange-ftp-mode () "Major mode for interacting with the FTP process.